getNative

fun WebRtcDataChannel.getNative(): DataChannel(source)

Returns implementation of the data channel that is used under the hood. Use it with caution.

Report a problem


fun WebRtcPeerConnection.getNative(): PeerConnection(source)

Returns implementation of the peer connection that is used under the hood. Use it with caution.

Report a problem


Returns implementation of the rtp sender that is used under the hood. Use it with caution.

Report a problem


Returns implementation of the dtmf sender that is used under the hood. Use it with caution.

Report a problem


fun WebRtc.RtpParameters.getNative(): RtpParameters(source)

Returns implementation of the rtp parameters that is used under the hood. Use it with caution.

Report a problem